home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Format PITy 2009 / instaluj_pity2009.exe / {app} / Podrecznik_pity2009.chm / custom_nohead.css < prev    next >
Cascading Style Sheet File  |  2010-02-18  |  1KB  |  48 lines

  1. /* Resetting styles for topics without headers */
  2.   body {    
  3.       margin:0; 
  4.       padding:0; 
  5.       padding: 10px 15px 5px 10px;
  6.      } 
  7.  
  8.   #idcontent {    
  9.       padding: 0;
  10.       margin: 0;
  11.    } 
  12.  
  13.   #innerdiv {    
  14.       padding: 0;
  15.       margin: 0; 
  16.    } 
  17.   /* Styles for the various hyperlink types */
  18. a { color: blue; text-decoration: none; }
  19. a:visited {color: blue; }
  20. a:hover {color: blue; text-decoration: underline; }
  21. a.weblink {color: blue; text-decoration: underline; }
  22. a.weblink:visited {color: blue; }
  23. a.weblink:hover {color: blue; text-decoration: underline; }
  24. a.popuplink {color: red; text-decoration: none; }
  25. a.popuplink:visited {color: red;}
  26. a.popuplink:hover {color: red; text-decoration: underline; }
  27. a.filelink {color: green; text-decoration: none; }
  28. a.filelink:visited {color: green; }
  29. a.filelink:hover {color: green; text-decoration: underline; }
  30.  
  31. /* Sortable Tables */
  32.     table a.sortheader img {
  33.     border: 0;
  34.     }
  35.     a.sortheader {
  36.     color: black;
  37.     text-decoration: none;
  38.     white-space: nowrap;
  39.     }
  40.     a.sortheader:visited {
  41.     color: black;
  42.     text-decoration: none;
  43.     }    
  44.     a.sortheader:hover {
  45.     color: black;
  46.     text-decoration: none;
  47.     }    
  48.